google.golang.org/grpc/internal/transport.http2Server.checkForHeaderListSize (method)

3 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_server.go#L982: func (t *http2Server) checkForHeaderListSize(it any) bool {
		http2_server.go#L1054: 	success, err := t.controlBuf.executeAndPut(func() bool { return t.checkForHeaderListSize(hf) }, hf)
		http2_server.go#L1125: 		return t.checkForHeaderListSize(trailingHeader)